home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / prntfx.zip / PD0495T.TXT next >
Text File  |  1991-10-23  |  4KB  |  72 lines

  1. ======================================================================
  2.     Microsoft Product Support Services Application Note (Text File)
  3.                    PD0495: PRINTFIX.COM for MS-DOS
  4. ======================================================================
  5.                                                   Revision Date: 10/91
  6.                                                          Disk Included
  7.  
  8. The following information applies to Microsoft MS-DOS versions 4.x and
  9. 5.0.
  10.  
  11.  --------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  14. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  15. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  16. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  17. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  18. | accuracy and the use of this Application Note. This Application    |
  19. | Note may be copied and distributed subject to the following        |
  20. | conditions: 1) All text must be copied without modification and    |
  21. | all pages must be included; 2) If software is included, all files  |
  22. | on the disk(s) must be copied without modification [the MS-DOS(R)  |
  23. | utility DISKCOPY is appropriate for this purpose]; 3) All          |
  24. | components of this Application Note must be distributed together;  |
  25. | and 4) This Application Note may not be distributed for profit.    |
  26. |                                                                    |
  27. | Copyright 1991 Microsoft Corporation. All Rights Reserved.         |
  28. | Microsoft, MS-DOS, and the Microsoft logo are registered           |
  29. | trademarks and Windows is a trademark of Microsoft Corporation.    |
  30.  --------------------------------------------------------------------
  31.  
  32. Introduction
  33. ------------
  34.  
  35. The disk provided with this application note contains PRINTFIX.COM, a
  36. memory-resident utility for computers that encounter printing errors
  37. under MS-DOS version 4.0, 4.01, or 5.0. PRINTFIX disables the extended
  38. error checking that these versions of MS-DOS perform when printing to
  39. a parallel port. Extended error checking needs to be disabled only if
  40. your computer's hardware does not support the hardware checks MS-DOS
  41. is making. You should not install PRINTFIX if you aren't experiencing
  42. printing errors.
  43.  
  44. Installing PRINTFIX.COM
  45. -----------------------
  46.  
  47. 1. Insert the enclosed PD0495 disk in drive A.
  48.  
  49. 2. Copy PRINTFIX.COM to the subdirectory where your MS-DOS files are
  50.    located. At the command prompt, type the following command and
  51.    press ENTER:
  52.  
  53.       copy a:\printfix.com c:\dos\printfix.com
  54.       
  55.      NOTE: If you are copying PRINTFIX.COM from a drive other than A,
  56.      substitute the appropriate drive letter for "a" in the above
  57.      command. If your MS-DOS files are located in a directory other
  58.      than C:\DOS, make the appropriate change to the destination path
  59.      in the above command.
  60.      
  61. 3. Because PRINTFIX remains memory resident, you only need to load it
  62.    once each time you restart your computer. It is probably best to
  63.    load PRINTFIX from your AUTOEXEC.BAT file. To do this, use a file
  64.    editor such as MS-DOS Edit or Edlin to add the following line to
  65.    your AUTOEXEC.BAT file:
  66.  
  67.       c:\dos\printfix.com
  68.       
  69.      NOTE: If you start a shell program such as MS-DOS Shell from your
  70.      AUTOEXEC.BAT file, you should place the line that loads PRINTFIX
  71.      before the line that starts your shell program.
  72.